Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(value): create and impl ToJson trait #64

Merged
merged 2 commits into from
May 13, 2016
Merged

feat(value): create and impl ToJson trait #64

merged 2 commits into from
May 13, 2016

Conversation

s-panferov
Copy link
Contributor

@s-panferov s-panferov commented May 3, 2016

Refs #62

What do you think? Tests fail on nightly, but this seems unrelated.

fn to_json(&self) -> Value {
to_value(&self)
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there isn't a trailing newline at the end of the file. Could you add one?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure

@erickt
Copy link
Member

erickt commented May 12, 2016

This seems reasonable to me. r=erickt with my comment addressed.

@oli-obk
Copy link
Member

oli-obk commented May 13, 2016

@erickt: @dtolnay and I don't have push access to the json repo

@oli-obk
Copy link
Member

oli-obk commented May 13, 2016

testing whether I have homu access. The travis failure is due to clippy

@homu r+

homu added a commit that referenced this pull request May 13, 2016
feat(value): create and impl ToJson trait

Refs #62

What do you think? Tests fail on `nightly`, but this seems unrelated.
@homu homu merged commit 08d5c32 into serde-rs:master May 13, 2016
@dtolnay dtolnay mentioned this pull request May 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants